Package org.eclipse.vtp.framework.spi

Interface Summary
ICommand A command that can be enqueued with the external process controller.
ICommandProcessor A service provided by the process controller that accepts commands issued from components of the process.
ICommandVisitor Base interface for the command visitor hierarchy.
IExecution A collection of steps in a process.
IExecutionDescriptor A descriptor for process instances.
IProcess A process that can be stepped through.
IProcessDefinition Defines the structure of a process created by the process engine.
IProcessDescriptor A descriptor for process instances.
IProcessEngine A process engine that can create process instances from descriptors.
IProcessEngineObserver An observer that is notified of changes to the process engine.
IRunnableCommand A command returned by the process engine when an action or observer is to be executed.
IRunnableCommandVisitor A visitor for the base runnable command.
ISession A collection of executions of the steps in a process.
ISessionDescriptor The descriptor for a session in the process engine.